Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify Connection Open Init to allow a selected version #7431

Closed
wants to merge 9 commits into from

Conversation

colin-axner
Copy link
Contributor

@colin-axner colin-axner commented Oct 1, 2020

Description

Does only ConnOpenInit changes

ref: #7025, ics


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

Update ConnOpenInit to reflect changes in cosmos/ibc#482. An additional version field is added to the connection handshake and connection open init message to take in an optional field. If this field is empty, then the default versions are used for connection handshake version negotiation.
@codecov
Copy link

codecov bot commented Oct 1, 2020

Codecov Report

Merging #7431 into master will decrease coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #7431      +/-   ##
==========================================
- Coverage   55.17%   55.08%   -0.10%     
==========================================
  Files         435      588     +153     
  Lines       28783    36769    +7986     
==========================================
+ Hits        15881    20254    +4373     
- Misses      11302    14417    +3115     
- Partials     1600     2098     +498     

@colin-axner colin-axner marked this pull request as ready for review October 1, 2020 15:31
Copy link
Collaborator

@fedekunze fedekunze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fedekunze fedekunze added A:automerge Automatically merge PR once all prerequisites pass. x/ibc labels Oct 1, 2020
@colin-axner
Copy link
Contributor Author

closing in favor of #7427

@colin-axner colin-axner closed this Oct 1, 2020
@cwgoes cwgoes deleted the colin/7025-openinit branch October 1, 2020 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge Automatically merge PR once all prerequisites pass.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants